home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / FILER / X-FILES.ZIP / 057 / X-Recover / Makefile next >
Makefile  |  1997-02-22  |  679b  |  33 lines

  1. # Project:   xrecover
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback
  6. C++flags = -c -depend !Depend -IC: -throwback
  7. Linkflags = -aif -c++ -o $@
  8. ObjAsmflags = -throwback -NoCache -depend !Depend
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12. LinkModuleflags = $@
  13.  
  14.  
  15. # Final targets:
  16. @.x-recover:   @.o.x-recover c:o.stubs 
  17.         link $(linkflags) @.o.x-recover c:o.stubs 
  18.  
  19.  
  20. # User-editable dependencies:
  21.  
  22. # Static dependencies:
  23. @.o.x-recover:   @.c.x-recover
  24.         cc $(ccflags) -o @.o.x-recover @.c.x-recover 
  25.  
  26.  
  27. # Dynamic dependencies:
  28. o.x-recover:    c.x-recover
  29. o.x-recover:    h.chunks
  30. o.x-recover:    C:h.kernel
  31. o.x-recover:    C:h.kernel
  32. o.x-recover:    C:h.SWIs
  33.